What's Live Data
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
The main idea of "live data" is to separate data from the view. Developers only have to manipulate the data model, and the data of view (UI Component) will be updated accordingly. Secondly, it shortens the response time of user since only the required data will be downloaded the first time.